func internal/strconv.formatBits
4 uses
internal/strconv (current package)
itoa.go#L21: _, s := formatBits(nil, i, base, false, false)
itoa.go#L45: _, s := formatBits(nil, uint64(i), base, i < 0, false)
itoa.go#L76: dst, _ = formatBits(dst, i, base, false, true)
itoa.go#L88: func formatBits(dst []byte, u uint64, base int, neg, append_ bool) (d []byte, s string) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |